The H5T_GET_MEMBER_NAME function retrieves the name of a compound or enumeration datatype member.
Result = H5T_GET_MEMBER_NAME(Datatype_id, Member)
Returns a string containing the name of the specified datatype member.
A long integer containing the identifier of the compound or enumeration datatype.
An integer containing the member index. Member indices are zero-based.
None
5.6 |
Introduced |
6.3 |
Added support for enumeration datatypes |
H5T_GET_MEMBER_CLASS , H5T_GET_MEMBER_OFFSET , H5T_GET_MEMBER_TYPE , H5T_GET_NMEMBERS